home *** CD-ROM | disk | FTP | other *** search
-
- /* Generated by Interface Builder */
-
- #import "UnitGen.h"
- #import "Param.h"
-
- static NXImage *addimage;
- static NXImage *subimage;
- static NXImage *multimage;
- static NXImage *divimage;
- static NXPoint in0Offset;
- static NXPoint in1Offset;
- static NXPoint outOffset;
-
- @interface Arith:UnitGen
- {
- id in0;
- id in1;
- id out;
- char operator; // type of arithmetic operator: +, -, * or /
- NXImage *image;
- }
-
- - init;
- - remove;
- - (NXImage *)getImage;
- - move: (NXPoint *)newloc;
- - setAtype:(char)op;
- - findParamAtPoint:(NXPoint *)point;
- - writeUgen;
-
- @end
-